home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Head+and+Title.db < prev    next >
Text File  |  2002-07-01  |  374b  |  18 lines

  1. @@inc HTMLToc
  2. == Head and Title
  3.  
  4. At the top of your page, you should now have
  5. <pre>
  6.    <html>
  7.    <head>
  8.    </head>
  9.    </html>
  10. </pre>
  11.  
  12. Put a line space after the "head" tag, and on that line write a container for the element "title".
  13.  
  14. You can put both tags for the "title" element on the same line.
  15.  
  16. [[b Go to ((Body Element))]]
  17.  
  18.